From e605a33bc9485c1bbfcf41da726e2a47d4b1878d Mon Sep 17 00:00:00 2001 From: "iap10@firebug.cl.cam.ac.uk" Date: Sun, 20 Mar 2005 15:03:35 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.95 (423d90c7SBXNlShGVmT7ksTwZFp-Bw) LSM INIT INFO block added to xendomains From: Kurt Garloff Signed-off-by: ian@xensource.com --- tools/examples/init.d/xendomains | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/examples/init.d/xendomains b/tools/examples/init.d/xendomains index 3180f45aa2..ac2b273fd7 100755 --- a/tools/examples/init.d/xendomains +++ b/tools/examples/init.d/xendomains @@ -14,6 +14,18 @@ # Applications HOWTO" by Avi Alkalay # # +### BEGIN INIT INFO +# Provides: xendomains +# Required-Start: $syslog $remote_fs xend +# Should-Start: +# Required-Stop: $syslog $remote_fs xend +# Should-Stop: +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Start/stop secondary xen domains +# Description: Start / stop domains automatically when domain 0 +# boots / shuts down. +### END INIT INFO if ! [ -e /proc/xen/privcmd ]; then exit 0 -- 2.30.2